Einhugur OpenDocument Text Plugin for Xojo

AutomaticTableStyle.TableWidth Method

Sets or gets the width of the table.

TableWidth(
   unit as EinhugurODT.LengthUnit) as Double

TableWidth(
   unit as EinhugurODT.LengthUnit
   assigns value as Double)

Parameters

unit
Unit to set or get the width in.
value (assignment parameter)
The value to set when using the setter.

Returns

Double
The width of the table when using the getter.

Remarks

See Also

AutomaticTableStyle Class